aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/fundamental.hxx.m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-09 15:55:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-09 15:55:57 +0200
commit0bc53d3b22cedbe9e1f773e0a350280aef805eeb (patch)
tree9886f9aa18b538cf622a78786f43bf0d917a1bca /xsd-frontend/semantic-graph/fundamental.hxx.m4
parent900cdb2da86c6a9c523bac093aef482a1f1033e3 (diff)
Use graph container from libcutl instead of libcult
Diffstat (limited to 'xsd-frontend/semantic-graph/fundamental.hxx.m4')
-rw-r--r--xsd-frontend/semantic-graph/fundamental.hxx.m414
1 files changed, 3 insertions, 11 deletions
diff --git a/xsd-frontend/semantic-graph/fundamental.hxx.m4 b/xsd-frontend/semantic-graph/fundamental.hxx.m4
index 3133f19..2474822 100644
--- a/xsd-frontend/semantic-graph/fundamental.hxx.m4
+++ b/xsd-frontend/semantic-graph/fundamental.hxx.m4
@@ -15,9 +15,7 @@ define(`fundamental_type_impl', `
//
class $1: public virtual Type
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
$1 (Path const& file,
SemanticGraph::UnsignedLong line,
SemanticGraph::UnsignedLong column);
@@ -50,8 +48,6 @@ namespace XSDFrontend
class Type: public virtual SemanticGraph::Type
{
protected:
- friend class Bits::Graph<Node, Edge>;
-
Type ();
};
dnl
@@ -106,9 +102,7 @@ fundamental_type(`id')
class IdRef: public virtual Type,
public virtual Specialization
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
IdRef (Path const& file,
SemanticGraph::UnsignedLong line,
SemanticGraph::UnsignedLong column);
@@ -120,9 +114,7 @@ fundamental_type(`id')
class IdRefs: public virtual Type,
public virtual Specialization
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
IdRefs (Path const& file,
SemanticGraph::UnsignedLong line,
SemanticGraph::UnsignedLong column);