Panda3D
post_maya_include.h
1 // Filename: post_maya_include.h
2 // Created by: drose (11Apr02)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 // This header file works in conjunction with pre_maya_include.h; it
16 // cleans up some of the definitions that it left open.
17 
18 // Remove the symbols defined from pre_maya_include.h.
19 #ifdef MAYA_PRE_5_0
20 #undef ostream
21 #undef istream
22 #endif // MAYA_PRE_5_0