Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / examples / APG / Naming / Graph.h
blob2c3adbd9a4a078ac9d450134d8ccc2d93b5bf005
1 #ifndef GRAPH_H
2 #define GRAPH_H
4 #include "Graphable_Element.h"
6 class Graph
8 public:
9 Graph()
13 void graph( char * filename, Graphable_Element_List & data );
16 #endif /* GRAPH_H */