contentmgmt/contentaccessfwfordrm/source/caf/agentinfo.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <ecom/ecom.h>
    19 #include <ecom/ecom.h>
    20 #include "agentinfo.h"
    20 #include "agentinfo.h"
    21 #include "agent.h"
    21 #include <caf/agent.h>
    22 #include "agentfactory.h"
    22 #include <caf/agentfactory.h>
    23 #include "agentinterface.h"
    23 #include <caf/agentinterface.h>
    24 
    24 
    25 using namespace ContentAccess;
    25 using namespace ContentAccess;
    26 
    26 
    27 // Default buffer size of zero
    27 // Default buffer size of zero
    28 const TInt KCafApparcBufferSize = 0;
    28 const TInt KCafApparcBufferSize = 0;