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
Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS3
/
jaws3
/
Symbol_Table.cpp
blob
7c187498c3d2263114b4ccd53555cc073e684567
1
#ifndef JAWS_BUILD_DLL
2
#define JAWS_BUILD_DLL
3
#endif
4
5
#include
"jaws3/Symbol_Table.h"
6
7
JAWS_Symbol_Table
::
JAWS_Symbol_Table
(
size_t
size
)
8
:
JAWS_SYMBOL_TABLE_BASE
(
size
)
9
{
10
}