Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 2, 2006, 2:45:07 PM (18 years ago)
Author:
bensch
Message:

trunk: some virtuals

File:
1 edited

Legend:

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

    r6959 r6981  
    3030    static int intToByteArray(int x, byte* a, int length);
    3131    static int byteArrayToInt(const byte* a, int* x);
    32    
     32
    3333    static int _intToByteArray(int x, byte* a, int length);
    3434    static int _byteArrayToInt(const byte* a, int* x);
     
    6060  private:
    6161    Converter();
    62     ~Converter();
     62    virtual ~Converter();
    6363};
    6464
Note: See TracChangeset for help on using the changeset viewer.