equal
deleted
inserted
replaced
38 * Makes an actual Connection to RFbsSession |
38 * Makes an actual Connection to RFbsSession |
39 * |
39 * |
40 */ |
40 */ |
41 inline void CICLFbsSessionTest::ConnectToSessionL() |
41 inline void CICLFbsSessionTest::ConnectToSessionL() |
42 { |
42 { |
|
43 User::LeaveIfError(FbsStartup()); |
43 User::LeaveIfError(RFbsSession::Connect()); |
44 User::LeaveIfError(RFbsSession::Connect()); |
44 } |
45 } |
45 |
46 |
46 /* |
47 /* |
47 * Constructs the object and pushes it on the CleanUpStack |
48 * Constructs the object and pushes it on the CleanUpStack |