From 2f45223f577c91db7fd962020b3473f5a34f369c Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:17:38 +0100 Subject: Removed documentation from repository --- doc/html/classcUPnPResourceMediator.html | 177 ------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 doc/html/classcUPnPResourceMediator.html (limited to 'doc/html/classcUPnPResourceMediator.html') diff --git a/doc/html/classcUPnPResourceMediator.html b/doc/html/classcUPnPResourceMediator.html deleted file mode 100644 index 0f683d3..0000000 --- a/doc/html/classcUPnPResourceMediator.html +++ /dev/null @@ -1,177 +0,0 @@ - - -UPnP/DLNA plugin for VDR: cUPnPResourceMediator Class Reference - - - - - -
-

cUPnPResourceMediator Class Reference

#include <resources.h> -

-

-Collaboration diagram for cUPnPResourceMediator:
-
-

Collaboration graph
- - -
[legend]
- -

-List of all members. - - - - - - - - - - - -

Public Member Functions

cUPnPResourcegetResource (unsigned int ResourceID)
int saveResource (cUPnPResource *Resource)
cUPnPResourcenewResource (cUPnPClassObject *Object, int ResourceType, cString ResourceFile, cString ContentType, cString ProtocolInfo)

Friends

-class cUPnPResources
-


Detailed Description

-The resource mediator

-This is another mediator which communicates with the database. It manages the resources in the database


Member Function Documentation

- -
-
- - - - - - - - - -
cUPnPResource * cUPnPResourceMediator::getResource (unsigned int  ResourceID  ) 
-
-
- -

-Get a resource by ID

-This returns a resource by its resource ID

-

Parameters:
- - -
ResourceID the resource ID of the demanded resource
-
-
Returns:
the requested resource
- -
-

- -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cUPnPResource * cUPnPResourceMediator::newResource (cUPnPClassObject Object,
int  ResourceType,
cString  ResourceFile,
cString  ContentType,
cString  ProtocolInfo 
)
-
-
- -

-Create new resource

-This creates a new resource and stores the skeleton in the database. The newly created resource will only contain all required information.

-

Parameters:
- - - - - - -
Object the Object which will hold the resource
ResourceType the type of the resource
ResourceFile the file or URL, where the resource can be located
ContentType the mime type of the content
ProtocolInfo the protocol information of the resource
-
-
Returns:
the newly created resource
- -
-

- -

-
- - - - - - - - - -
int cUPnPResourceMediator::saveResource (cUPnPResource Resource  ) 
-
-
- -

-Saves the resource

-This updates the information in the database with those in the resource object

-

Parameters:
- - -
Resource the resource which shall be saved
-
-
Returns:
returns
    -
  • 0, if saving was successful
  • <0, if an error occured
-
- -
-

-


The documentation for this class was generated from the following files: -
-
Generated on Sun Nov 8 15:44:09 2009 for UPnP/DLNA plugin for VDR by  - -doxygen 1.5.8
- - -- cgit v1.2.3