Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9361 in orxonox.OLD for branches/proxy/src/lib/lang/base_object.h


Ignore:
Timestamp:
Jul 20, 2006, 3:54:38 PM (18 years ago)
Author:
bensch
Message:

more and better adaptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/lang/base_object.h

    r9347 r9361  
    1717#include <string>
    1818
     19#include "sigslot/slot.h"
     20
    1921class TiXmlNode;
    2022class TiXmlElement;
     
    2224
    2325//! A class all other classes are derived from
    24 class BaseObject
     26class BaseObject : public sigslot::has_slots<>
    2527{
    2628
Note: See TracChangeset for help on using the changeset viewer.