Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 21, 2008, 5:53:09 PM (16 years ago)
Author:
scheusso
Message:
  • some adjustments in client handling (we use unsigned int as id now everywhere)
  • fixed a problem with clientinformation
Location:
code/branches/objecthierarchy/src/orxonox/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/Test.cc

    r1960 r1990  
    6565
    6666        void Test::checkV1(){
    67           COUT(1) << "V1 changed: " << v1 << std::endl;
     67                COUT(1) << "V1 changed: " << v1 << std::endl;
    6868        }
    6969
    7070        void Test::checkV2(){
    71           COUT(1) << "V2 changed: " << v2 << std::endl;
     71                COUT(1) << "V2 changed: " << v2 << std::endl;
    7272        }
    7373
    7474        void Test::checkV3(){
    75           COUT(1) << "V3 changed: " << v3 << std::endl;
     75                COUT(1) << "V3 changed: " << v3 << std::endl;
    7676        }
    7777
  • code/branches/objecthierarchy/src/orxonox/objects/Test.h

    r1958 r1990  
    3636namespace orxonox
    3737{
    38   class _OrxonoxExport Test: public BaseObject, virtual public network::Synchronisable
     38  class _OrxonoxExport Test: public BaseObject, public network::Synchronisable
    3939  {
    4040    public:
     
    6060}
    6161
    62 #endif /* _PlayerInfo_H__ */
     62#endif /* _Test_H__ */
Note: See TracChangeset for help on using the changeset viewer.