git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@116 d34b734f-a00e-4b39-a726-e4eeb87269abadeniz_1
| if (Start > End) End = Start; | if (Start > End) End = Start; | ||||
| if (End >= myBufferSize) End = myBufferSize - 1; | if (End >= myBufferSize) End = myBufferSize - 1; | ||||
| return std::string(myDataBuffer, Start, End - Start + 1); | |||||
| return string(myDataBuffer, Start, End - Start + 1); | |||||
| } | } | ||||
| //// Utilities ///////////////////////////////////////////////////////////////// | //// Utilities ///////////////////////////////////////////////////////////////// | ||||
| } // true. | } // true. | ||||
| } | } | ||||
| } | |||||
| } // End of CodeDweller namespace. |