File: LocNode.cxx

package info (click to toggle)
openjade 1.4devel1-21.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,356 kB
  • ctags: 15,077
  • sloc: cpp: 90,082; sh: 8,314; ansic: 1,793; lisp: 894; perl: 604; makefile: 392; sed: 93
file content (20 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (c) 1997 James Clark
// See the file COPYING for copying permission.


#include "config.h"
#include "LocNode.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

#ifdef GROVE_NAMESPACE
using namespace GROVE_NAMESPACE;
#endif

const Node::IID LocNode::iid = "LocNode";

#ifdef SP_NAMESPACE
}
#endif