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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
utils
/
wxNamingViewer
/
pch.h
blob
e99aa1be3e7f98d79be44fc219b55e573d07fadd
1
// pch.h
2
3
#ifndef i_pch_h
4
#define i_pch_h
5
6
#include
"ace/config-all.h"
7
#include
"wx/wxprec.h"
8
9
#ifdef WX_PRECOMP
10
#include
"tao/corba.h"
11
#endif
12
13
#ifdef __BORLANDC__
14
#pragma hdrstop
15
#endif
16
#ifndef WX_PRECOMP
17
#include
"wx/wx.h"
18
#include
"tao/corba.h"
19
#endif
20
21
#endif