Changeset 7831

Show
Ignore:
Timestamp:
06/10/08 14:43:17 (5 years ago)
Author:
Snyder.Jason
Message:

added a method to return a list of all available interfaces. not sure if it's going to be uses so I'm leaving it in for now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/ComponentProject/PythonSrc/MainFrameGlue.py

    r7822 r7831  
    431431 
    432432 
     433    def getInterFaceList(self): 
     434        if len(self.AvailableInts) > 0: 
     435            return self.AvailableInts 
     436        else: 
     437            self.importStandardIDL() 
     438            return self.AvailableInts 
     439         
     440         
    433441    def getInterfaces(self, file): 
    434442        f = os.popen('python '