Ignore:
Timestamp:
Mar 14, 2006 11:38:29 PM (18 years ago)
Author:
dkearney
Message:

fixes for tcl bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/core/RpLibrary.h

    r224 r365  
    2121#include <errno.h>
    2222#include <time.h>
     23#include <iterator>
    2324
    2425#include <list>
     
    3334#define _RpLIBRARY_H
    3435
     36
    3537class RpLibrary
    3638{
     
    4749                                            std::string path);
    4850
     51        bool isNull();
    4952
    5053        // should return RpObject& but for simplicity right now it doesnt
     
    5558                                std::string type = "",
    5659                                int* childCount = NULL  );
     60
     61        RpLibrary& childCount ( std::string path,
     62                                int* childCount);
    5763
    5864        RpLibrary& copy       ( std::string toPath,
Note: See TracChangeset for help on using the changeset viewer.