Changeset 18 in cheroxy for trunk/include


Ignore:
Timestamp:
11/08/12 16:39:42 (12 years ago)
Author:
cheese
Message:

#1 work for CRXProxy and CRXException

Location:
trunk/include
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXHttpMessage.h

    r5 r18  
    2525    std::string     GetMessage  (void) const;
    2626
    27                                 operator const char *   (void) const;
    2827    virtual CRXHttpMessage &    operator =              (const char * aHttpMessage);
    2928};
  • trunk/include/CRXSocket.h

    r14 r18  
    44#ifndef __CRXSOCKET_H__
    55#define __CRXSOCKET_H__
     6
     7#include "CRXException.h"
    68
    79#ifdef WIN32
     
    3537#define ERROR_TCPSOCKET_FAILED_TO_SETSOCKOPT    ERROR_TCPSOCKET - 12
    3638
    37 class CRXSocket
     39class CRXSocket : public CRXException
    3840{
    3941private:
     
    9294                                 struct sockaddr_in     * aAddress = NULL);
    9395
    94     int Accept                  (struct sockaddr_in * aRemoteAddress = NULL,
    95                                  int                * aAddressLength = NULL);
     96    int Accept                  (struct sockaddr_in     * aRemoteAddress = NULL,
     97                                 int                    * aAddressLength = NULL);
    9698
    9799    /**
Note: See TracChangeset for help on using the changeset viewer.