userlibandfileserver/fileserver/srofs/sr_rofs.cpp
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
equal deleted inserted replaced
9:96e5fb8b040d 10:36bfc973b146
    15 
    15 
    16 #include <e32std.h>
    16 #include <e32std.h>
    17 #include <e32std_private.h>
    17 #include <e32std_private.h>
    18 #include "sr_rofs.h"
    18 #include "sr_rofs.h"
    19 #include <rofs.h>
    19 #include <rofs.h>
       
    20 #include <e32hal.h>
    20 
    21 
    21 void CRofs::Panic( TPanic aPanic )
    22 void CRofs::Panic( TPanic aPanic )
    22 	{
    23 	{
    23 	_LIT( KCategory, "ROFSFSY" );
    24 	_LIT( KCategory, "ROFSFSY" );
    24 	User::Panic( KCategory, aPanic );
    25 	User::Panic( KCategory, aPanic );