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_string.h

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