windowing/windowserver/nonnga/CLIENT/RWS.CPP
changeset 188 1b081cb0800b
parent 45 36b2e23a8629
child 136 62bb7c97884c
equal deleted inserted replaced
187:9f66f99ee56f 188:1b081cb0800b
    20 #include <e32std.h>
    20 #include <e32std.h>
    21 #include <w32std.h>
    21 #include <w32std.h>
    22 #include "CLIENT.H"
    22 #include "CLIENT.H"
    23 #include "wstraces.h"
    23 #include "wstraces.h"
    24 #include "graphics/windowserverconstants.h"
    24 #include "graphics/windowserverconstants.h"
       
    25 #include <wspublishandsubscribedata.h>
    25 
    26 
    26 const TInt KMaxWSERVMessagesSlot=-1;
    27 const TInt KMaxWSERVMessagesSlot=-1;
    27 
    28 
    28 
    29 
    29 GLREF_C void Assert(TW32Assert aPanic);
    30 GLREF_C void Assert(TW32Assert aPanic);
  2420 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2421 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
  2421 	@internalComponent */
  2422 	@internalComponent */
  2422 	{
  2423 	{
  2423 	ASSERT(0);
  2424 	ASSERT(0);
  2424 	}
  2425 	}
       
  2426 
       
  2427 EXPORT_C void RWsSession::IndicateAppOrientation(TRenderOrientation aOrientation)
       
  2428 	/** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  2429 	@internalComponent */
       
  2430 	{
       
  2431 	ASSERT(0);
       
  2432 	}