projects
/
profile
/
ivi
/
openjade.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit
[profile/ivi/openjade.git]
/
style
/
GroveManager.cxx
1
// Copyright (c) 1997 James Clark
2
// See the file copying.txt for copying permission.
3
4
#include "stylelib.h"
5
#include "GroveManager.h"
6
7
#ifdef DSSSL_NAMESPACE
8
namespace DSSSL_NAMESPACE {
9
#endif
10
11
GroveManager::~GroveManager()
12
{
13
}
14
15
#ifdef DSSSL_NAMESPACE
16
}
17
#endif
18