egl/egltest/endpointtestsuite/automated/inc/eglendpointwrap.h
changeset 136 62bb7c97884c
parent 98 bf7481649c98
equal deleted inserted replaced
121:d72fc2aace31 136:62bb7c97884c
    38  * arguments as the EGL functions and returns the same types. After before first
    38  * arguments as the EGL functions and returns the same types. After before first
    39  * use, you should check the Error() function to ensure that all function pointers
    39  * use, you should check the Error() function to ensure that all function pointers
    40  * were resolved. Trying to use one of the endpoint functions in the event of a
    40  * were resolved. Trying to use one of the endpoint functions in the event of a
    41  * construction error will result in a panic.
    41  * construction error will result in a panic.
    42  */
    42  */
    43 class TEglEndpointWrap : public CBase
    43 class TEglEndpointWrap
    44     {
    44     {
    45 public:
    45 public:
    46     TEglEndpointWrap();
    46     TEglEndpointWrap();
    47     TInt Error() const;
    47     TInt Error() const;
    48 
    48