Changeset 19521 for juggler/trunk/modules/gadgeteer/gadget/Connector.h
- Timestamp:
- 11/14/06 15:56:58 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/gadgeteer/gadget/Connector.h
r18824 r19521 30 30 #include <gadget/gadgetConfig.h> 31 31 32 namespace vpr33 {34 class ReturnStatus;35 }36 32 37 33 namespace gadget … … 62 58 * Attempt to connect to the given node. 63 59 */ 64 vpr::ReturnStatus attemptConnect( Node* node);60 bool attemptConnect(Node* node); 65 61 }; 66 62
