Changeset 9362 in orxonox.OLD for branches/proxy
- Timestamp:
- Jul 20, 2006, 3:56:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/util/sigslot/signal.h
r9361 r9362 81 81 // 82 82 83 #ifndef SIG SLOT_H__84 #define SIG SLOT_H__83 #ifndef SIGNAL_H__ 84 #define SIGNAL_H__ 85 85 86 86 #include <set> … … 92 92 namespace sigslot 93 93 { 94 95 96 94 template<class mt_policy> 97 95 class _connection_base0 … … 2219 2217 ; // namespace sigslot 2220 2218 2221 #endif / / SIGSLOT_H__2222 2219 #endif /* SIGNAL_H__ */ 2220
Note: See TracChangeset
for help on using the changeset viewer.