Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CClientContext

class CClientContext: public CContext {
public:
    CClientContext();
    ~CClientContext();
public:
    void Create(CGlobalObject *pGlobalObject);
    };

The execution context to be supplied by applications.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CGlobalObject
Constructor/Destructor Summary
CClientContext ();
����������Constructs the client context.
~CClientContext ();
����������Destroys the client context.

Function Summary
void Create (CGlobalObject *pGlobalObject);
����������Initializes the client context.

Constructor/Destructor Detail

CClientContext

CClientContext();

Constructs the client context.

This constructor does not initialize the context.

~CClientContext

~CClientContext();

Destroys the client context.

Function Detail

Create

void Create(CGlobalObject *pGlobalObject);

Initializes the client context.

Parameters:
pGlobalObject - the global object to be associated with this client context

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.