예제 #1
0
 public void SetStatus(ref Message_Status theStat, TCollection_HExtendedString theStr)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void SetStatus(ref Message_Status theStat, Message_Msg theMsg)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void SetStatus(ref Message_Status theStat, TCollection_ExtendedString theStr, bool noRepetitions)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void SetStatus(ref Message_Status theStat, string theStr)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public void SetStatus(ref Message_Status theStat, int theInt)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public TColStd_HSequenceOfHExtendedString GetMessageStrings(ref Message_Status theStatus)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public TColStd_HPackedMapOfInteger GetMessageNumbers(ref Message_Status theStatus)
 {
     throw new NotImplementedException();
 }