usbclasses/usbphoneasmodem/classimplementation/mscfileserver/src/mscfileserver.cpp
equal
deleted
inserted
replaced
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: Implements a Symbian OS server that exposes the RUsbMassStorage API |
14 // |
14 // |
15 // |
15 // |
16 |
|
17 |
|
18 /** |
|
19 @file |
|
20 Implements a Symbian OS server that exposes the RUsbMassStorage API |
|
21 */ |
|
22 |
16 |
23 #include <e32svr.h> |
17 #include <e32svr.h> |
24 #include "usbmscfileshared.h" |
18 #include "usbmscfileshared.h" |
25 #include "mscfileserver.h" |
19 #include "mscfileserver.h" |
26 #include "mscfilesession.h" |
20 #include "mscfilesession.h" |