诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
183 B

  1. #include "stdafx.h"
  2. #include "ByteBuffer.h"
  3. namespace zl
  4. {
  5. namespace net{
  6. const char ByteBuffer::kCRLF[] = "\r\n";
  7. const char ByteBuffer::kDoubleCRLF[] = "\r\n\r\n";
  8. }
  9. }