Bug 1366 - Patch to solve 'sqlite3' was previously declared as a struct

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-03-12 16:45:30 +01:00
parent 345b62dd38
commit 73b510e639

View File

@@ -117,7 +117,7 @@ public:
void SetFragmentation (MacHeaderType::HeaderType packetType);
void SetFragmentNumber (MacHeaderType::HeaderType packetType);
void SetFragmentOffset (MacHeaderType::HeaderType packetType, uint32_t offset);
private:
struct QueueElement
{
QueueElement (void);
@@ -146,6 +146,8 @@ private:
void SetFragmentOffset (uint32_t offset);
};
private:
/*
In the case of non-UGS service flows at the SS side the queue will store both data packets
and bandwidth request packets. The two are distinguished by their headers. The below two functions