Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7230 in orxonox.OLD for trunk/src/lib/network/converter.h


Ignore:
Timestamp:
Mar 21, 2006, 3:20:36 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the std::branche back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/converter.h

    r6981 r7230  
    3434    static int _byteArrayToInt(const byte* a, int* x);
    3535
    36     static int stringToByteArray(const char* s, byte* a, int length, int maxLength);
    37     static int byteArrayToString(const byte* a, char* s, int maxLength);
    38     static int byteArrayToStringM(const byte* a, char*& s );
     36    static int stringToByteArray(const std::string & s, byte* a, int maxLength);
     37    static int byteArrayToString(const byte* a, std::string&s, int maxLength);
     38//    static int byteArrayToStringM(const byte* a, char*& s );
    3939
    4040    //Test
Note: See TracChangeset for help on using the changeset viewer.