Changeset 21058

Show
Ignore:
Timestamp:
03/01/08 22:56:13 (6 months ago)
Author:
patrick
Message:

Fixed linker errors by removing invalid uses of the 'inline' keyword.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/gadget/NetworkManager.h

    r21053 r21058  
    8989    * uncorkNetwork() must be called once write calls are finished. 
    9090    */ 
    91    inline void corkNetwork(); 
     91   void corkNetwork(); 
    9292 
    9393   /** 
    9494    * Flush pending writes to the network. 
    9595    */ 
    96    inline void uncorkNetwork(); 
     96   void uncorkNetwork(); 
    9797 
    9898private: