equal
deleted
inserted
replaced
48 IMPORT_C TInt SendSynch(TInt aOp, const TIpcArgs& aIPCArgs ); |
48 IMPORT_C TInt SendSynch(TInt aOp, const TIpcArgs& aIPCArgs ); |
49 |
49 |
50 IMPORT_C void SendAsynchronous(TInt aOp, const TIpcArgs& aIPCArgs,TRequestStatus& aStatus ); |
50 IMPORT_C void SendAsynchronous(TInt aOp, const TIpcArgs& aIPCArgs,TRequestStatus& aStatus ); |
51 |
51 |
52 IMPORT_C TInt SendBlind(TInt aOp, const TIpcArgs& aIPCArgs ); |
52 IMPORT_C TInt SendBlind(TInt aOp, const TIpcArgs& aIPCArgs ); |
|
53 |
|
54 /** |
|
55 * Asks list of window groups that have graphics surfaces even |
|
56 * they are not supposed to be seen on screen |
|
57 * @param aArray array to be populated |
|
58 * @return error code. |
|
59 */ |
|
60 IMPORT_C TInt GetListOfInactiveWindowGroupsWSurfaces(RArray<TInt>* aWindowGroups); |
53 private: |
61 private: |
54 TInt iSpare1; |
62 TInt iSpare1; |
55 TInt iSpare2; |
63 TInt iSpare2; |
56 }; |
64 }; |
57 |
65 |