Changeset 20963

Show
Ignore:
Timestamp:
12/13/07 22:22:51 (1 year ago)
Author:
patrick
Message:

There is no need to expose vpr::ReturnStatus? to Python. Bumped the version
to 1.3.7.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PyJuggler/trunk/ChangeLog

    r20938 r20963  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
     3Dec-13-2007 patrick     Removed vpr.ReturnStatus. 
     4                        NEW VERSION: 1.3.7 
    35Nov-20-2007 patrick     Updated for Sonix 1.3.6 and newer. 
    46                        NEW VERSION: 1.3.6 
  • PyJuggler/trunk/dist/__init__.py

    r20938 r20963  
    66__all__     = ["vrj", "cluster", "gadget", "snx", "jccl", "vpr"] 
    77__build__   = 1 
    8 __version__ = '1.3.6.%d' % __build__ 
     8__version__ = '1.3.7.%d' % __build__ 
    99__date__    = string.join(string.split('$Date$')[1:3], ' ') 
    1010__author__  = 'Patrick Hartling <patrick@infiscape.com>' 
  • PyJuggler/trunk/src/vpr/Makefile.in

    r19730 r20963  
    1919        _ObjectWriter.cpp       \ 
    2020        _ReadableObject.cpp     \ 
    21         _ReturnStatus.cpp       \ 
    2221        _SerializableObject.cpp \ 
    2322        _WriteableObject.cpp    \ 
  • PyJuggler/trunk/src/vpr/vpr.cpp

    r19730 r20963  
    1010void _Export_InetAddr(); 
    1111void _Export_Interval(); 
    12 void _Export_ReturnStatus(); 
    1312void _Export_ObjectReader(); 
    1413void _Export_ObjectWriter(); 
     
    4140   _Export_InetAddr(); 
    4241   _Export_Interval(); 
    43    _Export_ReturnStatus(); 
    4442   _Export_ObjectReader(); 
    4543   _Export_ObjectWriter(); 
  • PyJuggler/trunk/vc7/vpr/vpr.vcproj

    r20409 r20963  
    217217                        </File> 
    218218                        <File 
    219                                 RelativePath="..\..\src\vpr\_ReturnStatus.cpp"> 
    220                         </File> 
    221                         <File 
    222219                                RelativePath="..\..\src\vpr\_SerializableObject.cpp"> 
    223220                        </File>