Source: url.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef URL_H
#define URL_H

#include "sock.h"

class CUrl
{
public:
    char* host;
    int port;
    char* path;
    SOCKADDR_IN addr;

    CUrl();
    virtual ~CUrl();
    int parse(const char* url);
    CUrl& operator=(const CUrl& r);
};



#endif // URL_H


Generated by: pelle@pjws.localdomain on Wed Mar 14 12:09:22 2001, using kdoc 2.0a52.