Panda3D

post_maya_include.h

00001 // Filename: post_maya_include.h
00002 // Created by:  drose (11Apr02)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 // This header file works in conjunction with pre_maya_include.h; it
00016 // cleans up some of the definitions that it left open.
00017 
00018 // Remove the symbols defined from pre_maya_include.h.
00019 #ifdef MAYA_PRE_5_0
00020 #undef ostream
00021 #undef istream
00022 #endif  // MAYA_PRE_5_0
 All Classes Functions Variables Enumerations