Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9361 in orxonox.OLD for branches/proxy/src/lib/util/sigslot/slot.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/util/sigslot/slot.h

    r9359 r9361  
    1 
    2 
    3 
    4 
     1/**
     2 * @file slot.h
     3 * @brief Slots part of Signal Slot library from Sarah Thopson
     4 */
     5
     6#ifndef SLOT_H__
     7#define SLOT_H__
    58
    69#include <set>
     
    2831#endif
    2932
    30 
    31 
    32 
    3333namespace sigslot
    3434{
     
    303303  };
    304304}
     305
     306#endif /* SLOT_H__ */
Note: See TracChangeset for help on using the changeset viewer.