repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
ACE
/
examples
/
APG
/
Naming
/
Graph.h
blob
2c3adbd9a4a078ac9d450134d8ccc2d93b5bf005
1
#ifndef GRAPH_H
2
#define GRAPH_H
3
4
#include
"Graphable_Element.h"
5
6
class
Graph
7
{
8
public
:
9
Graph
()
10
{
11
}
12
13
void
graph
(
char
*
filename
,
Graphable_Element_List
&
data
);
14
};
15
16
#endif
/* GRAPH_H */