GOG GALAXY SDK Documentation
IStorage.h File Reference

Contains data structures and interfaces related to storage activities. More...

#include "GalaxyID.h"
#include "IListenerRegistrar.h"
Include dependency graph for IStorage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IFileShareListener
 Listener for the event of sharing a file. More...
 
class  ISharedFileDownloadListener
 Listener for the event of downloading a shared file. More...
 
class  IStorage
 The interface for managing of cloud storage files. More...
 

Typedefs

typedef uint64_t SharedFileID
 ID of a shared file.
 
typedef SelfRegisteringListener< IFileShareListener > GlobalFileShareListener
 Globally self-registering version of IFileShareListener.
 
typedef SelfRegisteringListener< ISharedFileDownloadListener > GlobalSharedFileDownloadListener
 Globally self-registering version of ISharedFileDownloadListener.
 

Detailed Description

Contains data structures and interfaces related to storage activities.