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 Constants Region

        #endregion
        //-------------------------------------------------
        #region Contructors Region
        public DataBaseCreation(StrongString theMessage,
                                QString theContext) :
            base(theMessage.GetValue(), theContext.GetString())
        {
            // do nothing here...
        }