Changeset 6954 for source/ariba/utility/visual/ServerVis.h
- Timestamp:
- Nov 18, 2009, 3:36:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/visual/ServerVis.h
r6822 r6954 58 58 use_logging_h(ServerVis); 59 59 public: 60 void configure(string ip, unsigned int port); 60 void configure(string ip, unsigned int port, unsigned int _color = 0); 61 static unsigned int nodecolor; 61 62 62 63 typedef enum _NETWORK_ID { … … 105 106 virtual void visChangeLinkColor (NETWORK_ID network, NodeID& srcnode, NodeID& destnode, NODE_COLORS color) = 0; 106 107 108 /// Show the label of the node. 109 virtual void visShowNodeLabel (NETWORK_ID network, NodeID& node, string label) = 0; 110 107 111 protected: 108 112 ServerVis();
Note:
See TracChangeset
for help on using the changeset viewer.