Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2006, 1:50:25 PM (18 years ago)
Author:
rennerc
Message:

finished some SynchronizeableVars classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.h

    r7444 r7459  
    2020    virtual int readFromBuf( byte * buf, int maxLength );
    2121   
     22    /**
     23     * check if writeToBuf will return the same size every time
     24     * @return true if same size every time
     25     */
     26    virtual bool hasStaticSize(){ return true; };
     27   
    2228  private:
    2329    Vector * vPtrIn;       //!< pointer to data (read)
Note: See TracChangeset for help on using the changeset viewer.