userlibandfileserver/fileserver/srofs/sr_rofs.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
    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 );