Example #1
0
 public DataBaseUpdateRequest(StrongString theMessage,
                              QString theContext, QString theSha) :
     base(theMessage.GetValue(),
          theContext.GetString(),
          theSha.GetValue())
 {
     // do nothing here...
 }
Example #2
0
 //-------------------------------------------------
 #region Constructors Region
 public DataBaseHeader(QString name) :
     base(name.GetValue())
 {
     // do nothing here (for now)...
 }
Example #3
0
 //-------------------------------------------------
 #region Constructor's Region
 public DataBaseCredential(QString value) :
     base(value.GetValue())
 {
     // do nothing here, (for now) ...
 }